﻿body {
    font-family: "Microsoft YaHei","Verdana","Arial";
    font-size: 14px;
}

body, div, span, p, ul, ol, ul li, ol li, h1, h2, h3, h4, h5, h6, a {
    margin: 0px 0px;
    padding: 0px 0px;
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul, ul li {
    list-style: none;
}

a, a:visited {
    color: #333;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
        color: #0866e0;
    }

.clear {
    clear: both;
}

.main {
    width: 90%;
    margin: 0 auto;
}

.toper {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    background: #f4f4f4;
}

    .toper .main {
        text-align: right;
        color: #dfdfdf;
        line-height: 26px;
    }

        .toper .main span {
            margin: 0px 12px;
        }

        .toper .main .red {
            color: red;
            font-weight: bold;
        }

.menu {
    width: 100%;
    /*background: url(menu_bg.gif) bottom repeat-x;*/
    background-color: transparent;
    height: 80px;
    z-index: 99999;
    position: relative;
    position: fixed;
    top: 0;
    /*border-bottom: 1px solid #e6e6e6;*/
}

    .menu .main {
        position: relative;
    }

    .menu .left {
        position: absolute;
        left: 0;
        top: 15px;
        position: relative;
    }

        .menu .left img {
            width: 160px;
            height: 60px;
            border-radius: 15px;
            position: relative;
            bottom: 5px;
        }

        .menu .left strong {
            font-size: 28px;
            font-weight: normal;
            position: absolute;
            top: 6px;
            left: 186px;
            font-family: 'Microsoft YaHei';
        }

            .menu .left strong.fixwidth {
                font-size: 22px;
            }

    .menu .right {
        position: absolute;
        right: -28px;
        top: 20px;
    }

        .menu .right ul li {
            float: left;
            width: 120px;
            text-align: center;
            height: 40px;
            line-height: 40px;
            font-size: 1.8em;
            /*font-size: 1.4vw;*/
            font-weight: bold;
            width: 130px;
        }
            .menu .right ul li a {
                position: relative;
            }

            .menu .right ul li a:hover {
                text-decoration: none;
            }

            .menu .right ul li a:after {
                position: absolute;
                content: "";
                width: 0px;
                transition: 0.5s all;
                height: 2px;
                background: #3e8ef7;
                left: 0px;
                bottom: -15px;
            }

            .menu .right ul li a:hover:after {
                width: 100%;
                color: #3e8ef7;
            }

           /* .menu .right ul li:hover {
                background: #CD0000;
            }

                .menu .right ul li:hover a {
                    color: #fff;
                }*/

            .menu .right ul li div {
                display: none;
                width: 118px;
                border: 1px solid #CD0000;
                background: #fff;
                box-shadow: #999 0px 1px 2px;
                -webkit-box-shadow: #999 0px 1px 2px;
                -moz-box-shadow: #999 0px 1px 2px;
            }

            .menu .right ul li:hover div p a {
                color: #333;
            }

            .menu .right ul li div p a:hover {
                text-decoration: underline;
                color: #3e8ef7;
            }

            .menu .right ul li:hover div {
                display: block;
            }

            .menu .right ul li div p {
                width: 110px;
                white-space: pre-wrap;
                line-height: 130%;
                margin: 20px 4px;
            }

            .menu .right ul li.menu_pc_home {
                width: 250px;
            }

.subnav {
    width: 100%;
}

    .subnav .block {
        width: 170px;
        float: left;
    }

    .subnav .line {
        width: 3px;
        height: 70px;
        background: url(line.png) 0 50% no-repeat;
        margin: 8px 20px;
    }

    .subnav .block ul li {
        margin: 6px 0px;
    }

        .subnav .block ul li a {
            width: 39px;
            display: inline-block;
            margin: 0px 0px;
            padding: 0px 0px;
            text-align: right;
            white-space: nowrap;
        }

            .subnav .block ul li a:first-child {
                text-align: left;
            }

        .subnav .block ul li span {
            color: #f00;
        }

.hot_focus {
    width: 100%;
    background: #3e8df6;
    height: 46px;
    line-height: 46px;
    color: #fff;
}

    .hot_focus span {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        border-right: 1px solid #dcdcdc;
        display: inline-block;
        padding-right: 10px;
    }

    .hot_focus a {
        color: #fff;
        margin-left: 10px;
        margin-right: 10px;
    }

.banner {
    text-align: center;
    height: 450px;
}

.banner-box {
    max-width: 100%;
    min-width: 80%;
    height: 450px;
    position: relative;
    background: #d1d1d1;
    overflow: hidden;
    background-position: center;
    z-index: 9998;
}

    .banner-box div.one {
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        display: block;
    }

.banmove {
    width: 100%;
    height: 100%;
    position: relative;
}

    .banmove div {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1000;
        left: 0;
        top: 0;
        background-position: center;
        background-repeat: no-repeat;
    }

        .banmove div:first-child {
            z-index: 1002;
        }

.banmun {
    width: 100%;
    height: 10px;
    position: absolute;
    text-align: center;
    bottom: 16px;
    right: 0;
    z-index: 9999;
}

    .banmun font {
        width: 10px;
        height: 10px;
        margin: 0 10px;
        font-size: 0;
        background: #CCCACA;
        display: inline-block;
        cursor: pointer;
    }

        .banmun font.hover {
            background-color: #DA251D;
        }

.module {
    margin-top: 10px;
}

    .module .main {
        background: #F7F7F7;
        border-bottom: 1px solid #9ba3b9;
    }

    .module h1, .module h2 {
        text-align: center;
        font-weight: normal;
        padding: 10px 0px;
        font-size: 26px;
    }

    .module ul {
        margin-left: 15px;
        margin-bottom: 15px;
    }

        .module ul li {
            float: left;
            width: 80px;
            text-align: center;
            margin: 13px 27px;
        }

            .module ul li p {
                white-space: nowrap;
            }

.function {
    margin-bottom: 20px;
}

    .function h2, .function h3, .industry_pm h3, .industry_pm h4, .industry_pm h5 {
        text-align: center;
        font-weight: normal;
        padding: 20px 0px 0px 0px;
        margin-bottom: -15px;
        font-size: 26px;
    }

    .function ul li {
        float: left;
        width: 70px;
        text-align: center;
        margin-right: 60px;
    }

        .function ul li:last-of-type {
            margin-right: 0px;
        }

    .function ul h3, .function ul h4 {
        text-align: left;
        height: 30px;
        border-bottom: 1px solid #dedede;
        margin: 30px 0px 20px 0px;
        font-size: 14px;
        font-weight: normal;
    }

.industry_pm {
    margin-bottom: 20px;
}

    .industry_pm h4, .industry_pm h3 {
        margin-bottom: 0px;
    }

    .industry_pm ul li {
        float: left;
        margin-right: 22px;
        margin-top: 22px;
        position: relative;
        width: 230px;
        height: 230px;
    }

.industry_com ul li {
    height: 180px;
}

.industry_pm ul li:nth-of-type(5n) {
    margin-right: 0px;
}

.industry_pm ul li h5 {
    position: absolute;
    top: 15px;
    left: 0;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    width: 230px;
    color: #fff;
}

    .industry_pm ul li h5 a {
        color: #fff;
    }

.shadow {
    box-shadow: #d1d1d1 0px 1px 2px;
    -webkit-box-shadow: #d1d1d1 0px 1px 2px;
    -moz-box-shadow: #d1d1d1 0px 1px 2px;
}

.sort_news {
    margin-top: 10px;
}

    .sort_news .block {
        float: left;
        width: 402px;
        min-height: 253px;
        border: 1px solid #d1d1d1;
        margin-right: 14px;
        margin-bottom: 14px;
    }

        .sort_news .block:nth-of-type(3n) {
            margin-right: 0px;
        }

        .sort_news .block ul {
            margin-left: 14px;
            margin-bottom: 8px;
        }

            .sort_news .block ul li {
                background: url(news_li.gif) 0 50% no-repeat;
                padding-left: 15px;
                line-height: 26px;
                height: 26px;
                white-space: nowrap;
                width: 362px;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        .sort_news .block .title h3, .sort_news .block .title h4 {
            border-top: 1px solid #DA251D;
            padding: 4px 2px 0 14px;
            height: 30px;
            font-weight: 100;
            line-height: 30px;
            font-size: 16px;
        }

.column {
    margin-top: 14px;
}

    .column .meta, .sort_meta {
        text-align: right;
        margin: 10px 20px 15px 20px;
        color: #ccc;
        font-size: 13px;
        border-top: 1px dashed #ccc;
        padding-top: 15px;
    }

        .column .meta a, .sort_meta a {
            color: #ccc;
            text-decoration: underline;
        }

.sort_title {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}

.related_news {
    margin-bottom: 15px;
}

    .related_news .main, .column .main {
        width: 1238px;
        border: 1px solid #dedede;
    }

    .related_news h3, .column h1 {
        text-align: center;
        font-weight: normal;
        font-size: 26px;
        margin-top: 10px;
    }

    .related_news ul {
        margin: 15px 0px 10px 14px;
    }

        .related_news ul li {
            float: left;
            width: 373px;
            background: url(news_li.gif) 0 50% no-repeat;
            padding-left: 15px;
            line-height: 26px;
            height: 26px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-right: 20px;
        }

.other_sort {
    margin-bottom: 15px;
}

    .other_sort .main {
        width: 1238px;
        border: 1px solid #dedede;
    }

    .other_sort .title {
        border-bottom: 1px #DDD dashed;
        height: 30px;
        line-height: 30px;
    }

        .other_sort .title h4, .other_sort .title h5, .other_sort .title h6 {
            margin-left: 15px;
            font-size: 14px;
        }

    .other_sort p {
        margin: 10px 14px;
        line-height: 170%;
        text-align: justify;
    }

        .other_sort p a {
            margin-right: 10px;
        }

            .other_sort p a:nth-of-type(4n) {
                color: #F00;
            }

.content .left {
    float: right;
    width: 1000px;
    margin-left: 30px;
}

.content .right {
    float: right;
    width: 210px;
}

    .content .left .mininav, .content .right .title {
        border-bottom: 1px solid #acacac;
        height: 36px;
        margin: 10px 0;
    }

        .content .left .mininav span, .content .right .title span, .content .left .mininav h1 {
            height: 36px;
            line-height: 36px;
            color: #DA251D;
            display: inline-block;
            font-size: 18px;
            border-bottom: 1px solid #DA251D;
        }

        .content .left .mininav p {
            float: right;
            line-height: 34px;
            height: 38px;
            padding-right: 10px;
        }

.content .left h1 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.content .left .meta {
    text-align: right;
    color: #ccc;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
}

    .content .left .meta a {
        color: #ccc;
        text-decoration: underline;
    }

.content .left .mininav h1 {
    padding: 0px 0px;
    margin: 0px 0px;
}

.content .left .data {
    margin: 20px 0px;
    font-size: 16px;
    line-height: 190%;
}

.column .content {
    margin: 10px 20px 20px 20px;
    font-size: 16px;
    line-height: 190%;
}

.content .left #video {
    width: 800px;
    height: 480px;
    margin: 0 auto;
    margin-top: 20px;
    border-left: 1px solid #000;
}

.content .left .data p, .content .left .data div, .column .content p, .column .content div {
    font-size: 16px;
    line-height: 190%;
    margin-bottom: 16px;
}

.content .left .data table, .column .content table {
    border-collapse: collapse;
    line-height: 160%;
}

    .content .left .data table tr td, .column .content table tr td {
        padding: 4px 6px 4px 9px;
    }

.content .left .data img, .column .content img {
    padding: 2px;
    border: 1px solid #EAEAEA;
    max-width: 998px !important;
}

.column .content img {
    max-width: 1190px !important;
}

.content .left .data a, .column .content a {
    text-decoration: underline;
    color: #1C57C4;
}

    .content .left .data a:hover, .column .content a:hover {
        text-decoration: none;
        color: #0866e0;
    }

.content .left .data .haobuy {
    width: 70%;
    margin: 0 auto;
}

    .content .left .data .haobuy .step {
        border: 1px solid #00B4FF;
        border-radius: 6px 6px;
        height: 92px;
    }

        .content .left .data .haobuy .step .l {
            float: left;
            width: 15%;
            height: 92px;
            line-height: 92px;
            background: #00B4FF;
            text-align: center;
            color: #fff;
        }

        .content .left .data .haobuy .step .r {
            float: left;
            width: 85%;
            text-align: center;
        }

            .content .left .data .haobuy .step .r span {
                display: block;
                margin: 10px 0px 5px 0px;
                font-weight: bold;
            }

    .content .left .data .haobuy .arrows {
        text-align: center !important;
        line-height: 100%;
        margin-left: 15%;
    }

        .content .left .data .haobuy .arrows img {
            border: none;
            width: 12px;
            height: 34px;
        }

    .content .left .data .haobuy .two {
        border: 1px solid #00C15E;
    }

        .content .left .data .haobuy .two .l {
            background: #00C15E;
        }

    .content .left .data .haobuy .three {
        border: 1px solid #FFB500;
    }

        .content .left .data .haobuy .three .l {
            background: #FFB500;
        }

    .content .left .data .haobuy .four {
        border: 1px solid #7B78FF;
    }

        .content .left .data .haobuy .four .l {
            background: #7B78FF;
        }

    .content .left .data .haobuy .five {
        border: 1px solid #00BA8D;
    }

        .content .left .data .haobuy .five .l {
            background: #00BA8D;
        }

    .content .left .data .haobuy .six {
        border: 1px solid #EF4300;
    }

        .content .left .data .haobuy .six .l {
            background: #EF4300;
        }

.content .left .data .format_doc_icon, .content .left .data .format_xls_icon, .content .left .data .format_ppt_icon, .content .left .data .format_mp4_icon, .content .left .data .format_avi_icon {
    display: inline-block;
    width: 38px;
    height: 16px;
    background: url(format_doc.png);
}

.content .left .data .format_xls_icon {
    background: url(format_xls.png);
}

.content .left .data .format_ppt_icon {
    background: url(format_ppt.png);
}

.content .left .data .format_avi_icon {
    background: url(format_avi.png);
}

.content .left .data .format_mp4_icon {
    background: url(format_mp4.png);
}

.content .left .data .download_icon {
    display: inline-block;
    margin-top: 5px;
    width: 69px;
    height: 18px;
    background: url(download.png);
}

.content .left .data_sort, .content .left .data_news, .content .left .newslist {
    margin-bottom: 15px;
}

    .content .left .data_sort .title, .content .left .data_news .title, .content .left .newslist .title {
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 14px;
    }

    .content .left .data_sort ul li {
        float: left;
        margin-right: 20px;
        width: 150px;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 8px;
    }

        .content .left .data_sort ul li:nth-of-type(6n) {
            margin-right: 0px;
        }

        .content .left .data_sort ul li span, .content .left .data_news ul li span {
            padding: 1px 6px;
            background: #3662a7;
            color: #fff;
            font-size: 12px;
            margin-right: 5px;
            font-family: "宋体";
        }

    .content .left .data_news ul li, .content .left .newslist ul li {
        float: left;
        width: 320px;
        margin-right: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 8px;
    }

        .content .left .data_news ul li:nth-of-type(3n) {
            margin-right: 0px;
        }

        .content .left .data_news ul li span {
            background: #DA251C;
        }

    .content .left .newslist ul li {
        float: left;
        width: 490px;
        margin-right: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 8px;
    }

        .content .left .newslist ul li:nth-of-type(2n) {
            margin-right: 0px;
            margin-bottom: 12px;
        }

        .content .left .newslist ul li a {
            background: url(news_li.gif) 0 50% no-repeat;
            padding-left: 12px;
        }

        .content .left .newslist ul li p {
            white-space: normal;
            margin-top: 4px;
            color: #aaa;
            height: 38px;
            margin-left: 12px;
            text-align: justify;
            c
        }

.content .left .other_page .previous, .content .left .other_page .next {
    float: left;
    width: 490px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.content .left .other_page .next {
    margin-left: 20px;
}

.content .left .other_page a {
    text-decoration: underline;
    color: #1C57C4;
}

    .content .left .other_page a:hover {
        text-decoration: none;
        color: #0866e0;
    }

.content .left .case_li ul li {
    margin-bottom: 20px;
}

.content .left .case_li {
    margin-top: 20px;
}

    .content .left .case_li ul li .img {
        float: left;
    }

        .content .left .case_li ul li .img img {
            width: 224px;
            height: 154px;
            padding: 2px;
            border: 1px solid #EAEAEA;
        }

    .content .left .case_li ul li .txt {
        float: left;
        margin-left: 20px;
        width: 750px;
    }

        .content .left .case_li ul li .txt p.title {
            font-size: 18px;
            font-weight: bold;
            color: #000;
        }

        .content .left .case_li ul li .txt p.info {
            color: #666;
            margin-top: 15px;
            line-height: 170%;
        }

        .content .left .case_li ul li .txt p.time {
            margin-top: 15px;
        }

.content .left .data .cities ul li {
    width: 488px;
    float: left;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding-bottom: 10px;
}

    .content .left .data .cities ul li:nth-of-type(2n) {
        margin-left: 20px;
    }

    .content .left .data .cities ul li .title {
        border-left: 3px solid #FF3300;
        padding-left: 6px;
        height: 16px;
        line-height: 16px;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .content .left .data .cities ul li p {
        margin-left: 10px;
        margin-bottom: 0px;
        line-height: 180%;
    }

        .content .left .data .cities ul li p img {
            padding: 0px 0px;
            border: none;
            margin-bottom: -8px;
        }

        .content .left .data .cities ul li p a.wap {
            display: none;
        }

.content .left .pagelist {
    margin-bottom: 20px;
    text-align: center;
}

    .content .left .pagelist a, .content .left .pagelist b {
        border: 1px solid #ccc;
        padding: 3px 10px;
        margin-right: 6px;
    }

    .content .left .pagelist b {
        background: #ddd;
    }

    .content .left .pagelist a b {
        border: 0px;
        padding: 0px 0px;
        background: none;
    }

.content .right ul {
    margin-bottom: 20px;
}

    .content .right ul li {
        line-height: 40px;
        font-size: 16px;
        border-bottom: 1px dashed #ccc;
    }

        .content .right ul li p {
            display: block;
            max-width: 192px;
            white-space: nowrap;
            overflow: hidden;
        }

        .content .right ul li p {
            background: url(arrow_right.gif) 0 50% no-repeat;
            padding-left: 16px;
        }

.content .right ol li p {
    background: url(sort_li.gif) 0 50% no-repeat;
    padding-left: 16px;
    margin-left: 30px;
}

.content .right .contact p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 16px;
    line-height: 200%;
}

    .content .right .contact p.tel {
        color: #DA251D;
        font-size: 20px;
    }

    .content .right .contact p.qq a {
        display: inline-block;
        width: 162px;
        height: 44px;
        font-size: 0px;
        vertical-align: middle;
        background: url(qq.png) no-repeat 0px 0px;
    }

        .content .right .contact p.qq a:hover {
            background-position: 0px -44px;
        }

.links {
    margin-bottom: 15px;
}

    .links .main {
        background: #F7F7F7;
        padding-bottom: 10px;
    }

    .links .title {
        margin: 0px 15px;
        padding: 10px 0px;
        color: #000;
    }

    .links p {
        margin: 0px 15px;
        text-align: justify;
    }

        .links p a {
            color: #999;
            margin-right: 15px;
            line-height: 170%;
        }

.footer {
    background: #476da5;
    color: #fff;
}

    .footer a {
        color: #fff;
    }

    .footer .block {
        float: left;
        margin: 30px 20px;
        text-align: center;
    }

        .footer .block .title {
            font-size: 16px;
            margin-bottom: 25px;
        }

        .footer .block p {
            line-height: 180%;
        }

        .footer .block .line {
            width: 1px;
            height: 160px;
            margin-top: 5px;
            background: #A1B4DC;
        }

        .footer .block .tel {
            border: 1px solid #A1B4DC;
            width: 180px;
            height: 40px;
            line-height: 40px;
            border-radius: 20px;
            font-size: 20px;
            margin-bottom: 10px;
        }

        .footer .block p a {
            margin-right: 6px;
        }

            .footer .block p a:nth-of-type(3n) {
                margin-right: 0px;
            }

.copyright {
    text-align: center;
    line-height: 240%;
    font-size: 13px;
    background: #555;
    color: #fff;
}

    .copyright a {
        color: #fff;
        margin-left: 10px;
    }

.subnav .title, .closenav, .wap, .menu_tel, .menu_wap_home {
    display: none;
}

.company img {
    float: left;
    margin: 0px 15px 10px 0px;
}

.company .titl {
    font-size: 16px;
    color: #000;
    border-left: 3px solid #FF3300;
    padding-left: 6px;
    height: 16px;
    line-height: 16px;
    margin: 15px 0px 15px 0px;
}

.about_right {
    margin: 20px 0px 30px 0px;
}

    .about_right .timeline {
        margin: 20px 0px 30px 20px;
    }

    .about_right .ullf {
        border-left: 1px solid #FF6633;
        padding-top: 20px;
        margin-left: 80px;
    }

    .about_right .liif {
        margin-bottom: 25px;
        margin-left: 32px;
        position: relative;
        text-align: justify;
    }

    .about_right .timea {
        position: absolute;
        left: -130px;
        color: #6B6B6B;
        font-family: "Tekton Pro";
    }

    .about_right .num {
        position: absolute;
        left: -55px;
        background: url(/skin/oa/images/timeline_num.png) 0 50% no-repeat;
        background-size: 18px 18px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        top: 6px;
    }

    .about_right .desc {
        margin: 0px 6px;
        margin-left: -25px;
    }

.otherlink {
    padding: 10px 10px 0px 10px;
}

    .otherlink h3 {
        margin-bottom: 4px;
    }

    .otherlink li {
        width: 50%;
        float: left;
        list-style-type: circle;
        text-indent: 10px;
    }

    .otherlink span.clear {
        display: block;
    }

.zoomify {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

    .zoomify.zoomed {
        cursor: -webkit-zoom-out;
        cursor: zoom-out;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        position: relative;
        z-index: 100001
    }

.zoomify-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100000;
    background: rgba(0,0,0,.3);
    opacity: 0
}

    .zoomify-shadow.zoomed {
        opacity: 1;
        cursor: pointer;
        cursor: -webkit-zoom-out;
        cursor: zoom-out
    }

.update_log p, .update_log div {
    margin-bottom: 0px !important;
}

.content .left .update_log {
    line-height: 180% !important;
}

.update_log ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

    .update_log ul li {
        list-style-type: circle;
    }

.update_log strong, .update_log b {
    color: #387ada;
}
/*
@media screen and (max-width:800px) {
    .toper span, .toper a, .menu .right ul li.menu_pc_home, .banner, .banner-box, .pc, .links, .footer, .table_none {
        display: none;
    }

    .toper {
        margin-top: 45px;
        border-bottom: none;
    }

        .toper .main {
            line-height: 32px;
        }

            .toper .main span {
                padding: 0px 0px;
                margin: 0px 0px;
            }

        .toper a.red {
            display: inline-block;
            width: 19%;
            text-align: center;
        }

        .toper .main {
            text-align: left;
        }

    .wap, .menu_tel {
        display: block;
    }

    .main, .other_sort .main {
        width: 100%;
        border: none;
    }

    .related_news .main, .column .main {
        width: 96%;
        margin: 0px 2%;
    }

    .related_news h3, .column h1 {
        font-size: 1.4rem;
    }

    .menu {
        background: none;
        height: auto;
    }

        .menu .left {
            position: fixed;
            z-index: 10;
            left: 0;
            top: 0;
            width: 100%;
            height: 44px;
            line-height: 44px;
            border-bottom: 1px solid #1b2f5d;
            background: #fff;
        }

            .menu .left img {
                margin-bottom: -8px;
                margin-left: 2%;
                height: 34px;
                width: auto;
            }

            .menu .left a {
                height: 40px;
            }

            .menu .left strong {
                position: static;
                font-size: 1.4rem;
                margin-left: 10px;
                color: #1b2f5d;
            }

            .menu .left .m_menu {
                float: right;
                width: 40px;
                height: 40px;
            }

                .menu .left .m_menu a {
                    display: block;
                    width: 100%;
                    height: 100%;
                    background: url(m_menu.png) no-repeat center;
                    background-size: 66% auto;
                }

        .menu .right {
            float: none;
            width: 100%;
            position: static;
        }

            .menu .right ul li:hover div {
                display: none;
            }

            .menu .right ul li {
                margin: 1% 0px;
                display: inline-block;
                height: 26px;
                line-height: 26px;
                width: 25%;
                overflow: hidden;
            }

    .menu_wap_home {
        display: block;
    }

    .floatnav {
        position: fixed;
        z-index: 10000001;
        overflow: auto;
        left: 0;
        top: -100%;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        filter: alpha(opacity=70);
    }

        .floatnav .closenav {
            display: block;
            border: 1px solid #fff;
            border-radius: 2px;
            color: #fff;
            width: 80px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            float: right;
            margin: 10px 2% 0px 0px;
        }

    .subnav {
        margin-top: 50px;
    }

        .subnav .title {
            display: block;
            text-align: center;
            height: 60px;
            line-height: 60px;
            color: #fff;
            font-size: 18px;
        }

        .subnav .line {
            display: none;
            float: none;
        }

        .subnav .block {
            float: none;
            width: 100%;
        }

            .subnav .block ul li {
                margin: 10px 0px;
            }

                .subnav .block ul li a:first-child {
                    text-align: center;
                    background: #f36910;
                    border: 1px solid #f36910;
                    padding: 2px 0px;
                }

                .subnav .block ul li span {
                    color: #fff;
                }

                .subnav .block ul li a {
                    width: 22%;
                    color: #fff;
                    text-align: center;
                    border: 1px solid #f36910;
                    padding: 2px 0px;
                    margin-right: -4px;
                    margin-left: 2%
                }

    .hot_focus {
        background: none;
        text-align: center;
        height: auto;
        margin-bottom: 50px;
    }

        .hot_focus span {
            display: block;
            padding-right: 0px;
            height: 60px;
            line-height: 60px;
        }

        .hot_focus a {
            float: left;
            display: block;
            width: 22%;
            margin: 5px 0px 5px 2.4%;
            background: #CD0000;
            line-height: 30px;
        }

    .module {
        margin-top: 0px;
    }

        .module h1, .module h2 {
            font-size: 1.4rem;
        }

        .module ul {
            margin-left: 0px;
        }

            .module ul li {
                width: 25%;
                margin: 10px 0px 0px 0px;
            }

    .industry_pm {
        margin-bottom: 4px;
    }

        .industry_pm ul li {
            margin-right: 0px;
            width: 47%;
            height: auto;
            margin: 4px 2% 4px 2%;
        }

            .industry_pm ul li img {
                width: 100%;
                height: auto;
            }

            .industry_pm ul li:nth-of-type(2n) {
                margin-left: 0px;
            }

            .industry_pm ul li:nth-of-type(5n) {
                margin-right: 2%;
            }

            .industry_pm ul li h5 {
                width: 100%;
                font-size: 1.2rem;
                padding: 0px 0px;
            }

    .function {
        margin-bottom: 0px;
    }

        .function ul li {
            margin-right: 0px;
            width: 20%;
            margin-bottom: 8px;
        }

        .function ul h3, .function ul h4 {
            margin: 0px 0px 10px 0px;
            height: 24px;
            font-weight: bold;
        }

        .function h2, .function h3, .function h4, .industry_pm h3, .industry_pm h4, .industry_pm h5 {
            font-size: 1.4rem;
            margin-bottom: 10px;
            padding: 10px 0px 0px 10px;
        }

        .function ul li p {
            height: 38px;
            width: 60px;
            text-align: center;
            margin: 0 auto;
        }

            .function ul li p a strong {
                font-weight: normal;
            }

    .column .content {
        margin: 12px 2% 0px 2%;
    }

        .column .content img {
            max-width: 98% !important;
            height: auto !important;
        }

    .content, .other_sort, .copyright .main {
        width: 96%;
        margin: 0 2%;
    }

    .content {
        position: relative;
        overflow-x: hidden;
    }

        .content .right {
            display: block;
            position: absolute;
            top: 6px;
            left: -145px;
            width: 145px;
            background: #f3f3f3;
            transition: all 0.5s ease-in-out;
        }

        .content .left {
            float: none;
            width: 100%;
            margin-left: 0px;
            right: 0;
            position: relative;
            transition: all 0.5s ease-in-out;
        }

        .content .right .title {
            height: 30px;
        }

            .content .right .title span {
                height: 30px;
                line-height: 30px;
                font-size: 0.8rem;
                margin-left: 10px;
            }

        .content .left #video {
            width: 100%;
            height: auto;
            border: 1px solid #000;
        }

    .trigger {
        position: fixed;
        top: 40%;
        left: 0;
        text-align: center;
        background: #476da5 url(trigger.png) no-repeat 50%;
        width: 19px;
        height: 60px;
        transition: all 0.5s ease-in-out;
        z-index: 10;
    }

    .sort_news .block {
        width: 47%;
        margin-left: 2%;
        margin-right: 0px;
        height: 190px;
        min-height: 190px;
        margin-bottom: 10px;
        overflow: hidden;
    }

        .sort_news .block:nth-of-type(2n) {
            margin-left: 2%;
            margin-right: 0px;
        }

        .sort_news .block .title h3 {
            padding: 0px 4px 0 8px;
            white-space: nowrap;
            overflow: hidden;
        }

        .sort_news .block ul {
            margin-left: 8px;
        }

            .sort_news .block ul li {
                width: 92%;
                padding-left: 10px;
            }

    .related_news ul {
        margin: 15px 0px 10px 0px;
    }

        .related_news ul li {
            width: 44%;
            margin-right: 0;
            margin-left: 2%;
            padding-left: 10px;
        }

    .content .trigger_move {
        left: 155px;
    }

    .content .content_left_move {
        right: -155px;
    }

    .content .content_right_move {
        left: 0px;
    }

    .content .right ul li {
        white-space: nowrap;
        max-width: 128px;
        overflow: hidden;
        margin-left: 8px;
        font-size: 0.8rem;
    }

        .content .right ul li p {
            padding-left: 12px;
        }

    .content .right ol li p {
        padding-left: 10px;
        margin-left: 15px;
    }

    .content .right ol.two li p {
        background: url(arrow_right.gif) 0 50% no-repeat;
    }

    .content .right ol.three li p {
        background: url(sort_li.gif) 0 50% no-repeat;
    }

    .content .right .contact p {
        font-size: 0.8rem;
        margin: 0px 10px 10px 10px;
        line-height: 160%;
    }

        .content .right .contact p.tel {
            font-size: 1.1rem;
        }

        .content .right .contact p.qq a {
            width: 126px;
            height: 34px;
            background: url(m_qq.png) no-repeat 0px 0px;
        }

            .content .right .contact p.qq a:hover {
                background-position: 0px -34px;
            }

    .content .left .mininav {
        margin: 6px auto;
        border: none;
        height: 26px;
        background: #f3f3f3;
        color: #bebebe;
    }

        .content .left .mininav a {
            color: #bebebe;
        }

        .content .left .mininav span, .content .left .mininav h1 {
            display: none;
        }

        .content .left .mininav p {
            float: none;
            padding-right: 0px;
            margin: 0px 6px;
            line-height: 26px;
            height: 26px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .content .left h1 {
        margin-top: 10px;
        font-size: 1.5rem;
    }

    .content .left .meta {
        font-size: 0.8rem;
        padding: 10px 0px;
        text-align: left;
    }

    .content .left .data img {
        max-width: 98% !important;
        height: auto !important;
    }

    .content .left .data .haobuy {
        width: 100%;
    }

        .content .left .data .haobuy p {
            margin-left: 5px;
            margin-right: 5px;
            line-height: 140%;
        }

        .content .left .data .haobuy .step .l {
            width: 20%;
        }

        .content .left .data .haobuy .step .r {
            width: 80%;
        }

    .content .left .data_sort, .content .left .data_news {
        margin-bottom: 6px;
    }

        .content .left .data_sort .title, .content .left .data_news .title, .content .left .newslist .title {
            margin-bottom: 5px;
        }

        .content .left .data_sort ul li {
            width: 32%;
            margin-right: 2%;
            margin-bottom: 5px;
        }

            .content .left .data_sort ul li:nth-of-type(3n) {
                margin-right: 0px;
            }

        .content .left .data_news ul li {
            width: 50%;
            margin-right: 0px;
            margin-bottom: 5px;
        }

            .content .left .data_sort ul li span, .content .left .data_news ul li span {
                padding: 1px 4px;
            }

    .content .left .other_page .previous {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .content .left .other_page .next {
        width: 100%;
        margin-left: 0px;
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .content .left .pagelist {
        white-space: nowrap;
        margin-bottom: 5px;
    }

    .content .left .case_li ul li {
        border-bottom: 1px solid #ccc;
        padding-bottom: 12px;
    }

        .content .left .case_li ul li .img {
            width: 99%;
            float: left;
            display: none;
        }

            .content .left .case_li ul li .img img {
                width: 100%;
                height: auto;
                padding: 0px;
                border: 0px solid #ccc;
            }

        .content .left .case_li ul li .txt {
            margin-left: 0px;
            width: 100%;
            float: left;
        }

            .content .left .case_li ul li .txt p.info, .content .left .case_li ul li .txt p.time {
                margin-top: 6px;
            }

    .content .left .data p, .content .left .data div, .column .content p, .column .content div {
        line-height: 160%;
        margin-bottom: 6px;
    }

    .content .left .data .cities ul li {
        width: 99%;
    }

        .content .left .data .cities ul li:nth-of-type(2n) {
            margin-left: 0px;
        }

        .content .left .data .cities ul li p a.wap {
            display: inline-block;
        }

        .content .left .data .cities ul li p a.pc {
            display: none;
        }

    .other_sort {
        border: 1px solid #dedede;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .copyright {
        line-height: 140%;
        padding: 6px 0px;
    }

    .shadow {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    .column .meta, .sort_meta {
        text-align: left;
    }

    .otherlink {
        padding: 0px 10px 0px 0px;
    }

        .otherlink li {
            width: 100%;
            float: none;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
}

@media screen and (max-width:420px) {
    .menu .left strong {
        font-size: 1.18rem;
    }
}

@media screen and (max-width:350px) {
    .menu .left strong {
        font-size: 0.86rem;
    }

    .module ul li {
        width: 33.33%;
    }
}*/


.body_left {
    height: auto;
    width: 250px;
    /*margin-left: 50px;*/
    padding: 0px;
    padding-top: 15px;
    float: left;
    padding-bottom: 35px;
}

    .body_left .body_left_top {
        /*border: #3e8df6 1px solid;
        border-radius: 5px;
        font-weight: bold;
        background-color: #3e8df6;
        padding: 6px 25px;
        text-align: left;
        text-align: left;*/
        border-bottom: #3e8df6 1px solid;
        /* border-radius: 5px; */
        font-weight: bold;
        /* background-color: #3e8df6; */
        padding: 12px 0px;
        text-align: left;
        text-align: left;
        color: #3e8df6;
    }

    .body_left .left_Navigation {
    }

    .body_left .color {
        /*font-size: 17px;*/
        color: #3e8df6;
        font-size: 1.5em;
    }

    .body_left .skyblue {
        color: #3e8df6;
    }

    .body_left .change {
        /*background-color: skyblue;
        color: white;*/
        color: #3e8df6;
        border-bottom: 1px dashed #3e8df6
    }

    .body_left .change_s {
        /*background-color: skyblue;*/
        color: #3e8df6;
        border-bottom: 1px dashed #3e8df6;
    }

    .body_left .font_size {
        /*font-size: 15px;*/
        font-size: 1.25em;
    }

    .body_left .mouseover_class {
        color: skyblue;
    }

.body_left ul {
        padding-left: 0px;
        list-style: none;
    }

    .body_left ul li {
        border-bottom: 1px dashed #e2e2e2;
        /* border-radius: 5PX; */
        line-height: 50px;
        margin: 0px;
        cursor: pointer;
        list-style: none;
    }

        .body_left ul li p {
            margin-left: 20px;
        }

.body_left ol {
    /*margin-left: -40px;*/
}

    /* ol li{
	display: none;
} */
    .body_left ol li p {
        margin-left: 40px;
    }

    .body_left .dispaly {
        display: block;
    }

    .body_left .close {
        display: none;
    }

body {
    background-color: #ffffff;
    /*padding-top: 80px;*/
}

.main_content {
    width: 90%;
    margin: 0 auto;
}

.body_right {
    float: right;
    width: calc(100% - 300px);
    padding: 0px;
    padding-top: 15px;
}

    .body_right .mininav {
        border-bottom: 1px solid #e8e8e8;
    }

        .body_right .mininav h1 {
            color: #3e8df6;
            display: inline-block;
            /*font-size: 18px;*/
            border-bottom: 1px solid #3e8df6;
            padding: 12px 0px;
            /*font-size: 17px;*/
            font-weight: bold;
            font-size: 1.5em;
        }

.bottom_desc {
    margin-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    text-align: right;
    font-size: 14px;
    color: #9E9E9E;
}

    .bottom_desc span {
        padding-left: 50px;
    }

.menu {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
}

.flexslider {
    position: relative;
    height: 600px;
    overflow: hidden;
    background: url(../../Content/images/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
}

    .slides li {
        height: 600px;
        background-size: cover !important;
        cursor: pointer;
    }

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

    .flex-control-nav li {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 5px;
        *display: inline;
        zoom: 1;
    }

    .flex-control-nav a {
        display: inline-block;
        width: 14px;
        height: 14px;
        line-height: 40px;
        overflow: hidden;
        background: url(../../Content/images/dot.png) right 0 no-repeat;
        cursor: pointer;
    }

    .flex-control-nav .flex-active {
        background-position: 0 0;
    }

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

    .flex-direction-nav li a {
        display: block;
        width: 50px;
        height: 50px;
        overflow: hidden;
        cursor: pointer;
        position: absolute;
    }

        .flex-direction-nav li a.flex-prev {
            left: 40px;
            background: url(../../Content/images/prev.png) center center no-repeat;
        }

        .flex-direction-nav li a.flex-next {
            right: 40px;
            background: url(../../Content/images/next.png) center center no-repeat;
        }

.row .col-lg-10 {
    margin: auto;
}

.menu .right ul li a {
    color: #fff;
}

.topnav_c {
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
}
    /*.topnav_c .main .left img{
                background-image:url(../../Content/tr_logo.png);
            }
*/
    .topnav_c .right ul li a {
        color: #333 !important;
    }




















.clearboth {
    clear: both;
}

.vc_row > .vc_wrapper {
    /*max-width: 1200px;*/
    width: 90%;
    margin: 0 auto;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ccc;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
}

.adaptive-swiper .swiper-container {
    overflow: visible;
}

.vc_video-box {
    position: relative;
}

.vc_video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    log: true;
    log2: official;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    log: true;
    log2: official;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

    .vc_video-poster:before {
        content: '';
        display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
        display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(0,0,0,0.1);
    }

    .vc_video-poster:after {
        content: '';
        display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
        display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -40px;
        margin-top: -40px;
        width: 80px;
        height: 80px;
        z-index: 2;
        background: url("/wp-content/uploads/2019/07/cloud_play0.png") no-repeat center/contain;
    }

    .vc_video-poster:hover:after {
        background-image: url("/wp-content/uploads/2019/07/cloud_play1.png");
    }

.vc_video-play .vc_video-poster {
    log: true;
    log2: official;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
}

.m_visible {
    display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
    display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
    display: none;
}

html .hide {
    display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
    display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
    display: none;
}

.pagination.swiper-pagination-bullets {
    text-align: center;
}

@media (max-width: 767px) {
    
    .m_visible {
        display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
        display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
        display: block;
    }

    .pc_visible {
        display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
        display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
        display: none;
    }

    .adaptive-swiper .swiper-container {
        overflow: hidden;
    }

    .vc_video-poster:after {
        log: true;
        log2: official;
        -webkit-background-size: 60px;
        -moz-background-size: 60px;
        background-size: 60px;
    }
}
/*footer*/
#mk-footer {
    color: #fff;
    padding: 100px 0 0px;
    position: relative;
    /*background: linear-gradient(to right, #0059fe, #7a6eff);*/
    background: linear-gradient(to right, #1d2431,#1d2431);
    width: 100%;
    float: left;
}

.footer-col-1 {
    width: 25%;
    float: left;
}

.footer-col-2 {
    float: right;
    max-width: 75%;
}

.menu-footer-menu-container ul {
    font-size: 0;
}

.menu-footer-menu-container .menu-item-has-children {
    display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
    display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
    display: inline-block;
    vertical-align: top;
    margin-right: 80px;
}

    .menu-footer-menu-container .menu-item-has-children a {
        color: #ddd;
        /*font-size: 14px;*/
        font-size: 17px;
        margin-bottom: 26px;
        display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
        display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
        display: block;
        max-width: 125px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        /*! autoprefixer: ignore next */
        -webkit-box-orient: vertical;
    }

    .menu-footer-menu-container .menu-item-has-children > a {
        font-size: 20px;
        color: #fff;
        margin-bottom: 37px;
    }

.footer-hotline {
    color: #ddd;
    line-height: 2.8;
    margin-top: 30px;
    font-size: 17px;
}

.footer-wx-title,
.mk-subfooter-logos {
    width: 120px;
    text-align: center;
}

.footer-wx-title {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 16px;
}

.footer-copyright {
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}

    .footer-copyright a {
        color: #fff;
    }

    .footer-copyright img {
        width: 14px;
    }
/*right bar*/
.itme_right {
    width: 66px;
    height: 320px;
    position: fixed;
    right: 13px;
    bottom: 50%;
    margin-bottom: -200px;
    z-index: 20;
    log: true;
    log2: official;
    -webkit-border-radius: 33px;
    border-radius: 33px;
    text-align: center;
    background: #fff;
    border: 1px solid #6d6cff;
}

    .itme_right a {
        color: #000;
    }

        .itme_right a:hover {
            color: #3c64ff;
        }

    .itme_right .tir {
        margin: 0px auto;
        padding: 0px;
        margin-top: 0px;
        width: 100px;
        position: absolute;
        top: 24px;
        right: -17px;
    }

        .itme_right .tir li {
            position: relative;
            margin-top: 16px;
            color: #000;
            log: true;
            log2: official;
            -webkit-transition: all 0.3s;
            -khtml-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
            font-size: 12px;
        }

            .itme_right .tir li:first-child {
                margin-top: 0px;
            }

            .itme_right .tir li:hover {
                color: #3c64ff;
            }

                .itme_right .tir li:hover .rb_sub {
                    right: 100%;
                    log: true;
                    log2: official;
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    opacity: 1;
                    -ms-filter: none;
                    filter: none;
                    visibility: visible;
                }

            .itme_right .tir li p img {
                width: 40px;
            }

        .itme_right .tir .xsc-img {
            log: true;
            log2: official;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

        .itme_right .tir .tir_ser a {
            color: #f61919;
        }

        .itme_right .tir .tir_ser img {
            width: 35px;
        }

        .itme_right .tir .tir_ser span {
            width: 21px;
            height: 12px;
            position: absolute;
            top: -4px;
            left: 50%;
            margin-left: -28px;
            background: url("/wp-content/uploads/2019/08/ser_hot.png") no-repeat center/contain;
        }

        .itme_right .tir .tir_ser .p_two {
            padding-bottom: 12px;
            border-bottom: 1px solid #3c64ff;
            width: 51px;
            margin: 0 auto;
            text-align: center;
        }

    .itme_right .rb_sub {
        position: absolute;
        right: 95%;
        top: 0;
        padding: 10px 0;
        width: 120px;
        color: #fff;
        font-size: 16px;
        background: #f78759;
        z-index: -1;
        log: true;
        log2: official;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        line-height: 36px;
        log: true;
        log2: official;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        log: true;
        log2: official;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

        .itme_right .rb_sub img {
            display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
            display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
            display: block;
            margin-left: 10px;
        }

        .itme_right .rb_sub span {
            display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
            display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
            display: block;
            width: 10px;
            height: 15px;
            position: absolute;
            right: -10px;
            top: 22px;
            background: url("https://www.guanyiyun.com/wp-content/uploads/2019/07/border-rightc3.png") no-repeat;
        }

        .itme_right .rb_sub a {
            color: #fff;
        }

    .itme_right .itme_right_tel .rb_sub {
        width: 200px;
        text-align: left;
        padding-left: 10px;
    }

    .itme_right .rb_sub_xsc {
        top: 50%;
        margin-top: -108px;
        padding-bottom: 0;
    }

        .itme_right .rb_sub_xsc span {
            top: 50%;
            margin-top: -7px;
        }

    .itme_right .xsc-call {
        background: #fff;
        font-size: 14px;
        line-height: 2;
        margin-top: 10px;
        log: true;
        log2: official;
        -webkit-border-radius: 0px 0px 6px 6px;
        border-radius: 0px 0px 6px 6px;
        color: #333;
        border: 1px solid #f78759;
    }

    .itme_right .xsc-desc {
        font-size: 12px;
        line-height: 1.4;
    }

.m_ft_bottom {
    background: #fff;
    padding: 0px 20px 40px 35px;
}

    .m_ft_bottom .qr_menu_item {
        padding-top: 15px;
    }

        .m_ft_bottom .qr_menu_item a {
            background-image: url("/wp-content/uploads/2019/07/m_menu_1.png");
        }

    .m_ft_bottom .phone_menu_item a {
        background-image: url("/wp-content/uploads/2019/07/m_menu_2.png");
    }

    .m_ft_bottom .consult_menu_item {
        padding-bottom: 15px;
    }

        .m_ft_bottom .consult_menu_item a {
            background-image: url("/wp-content/uploads/2019/07/m_menu_3.png");
        }

        .m_ft_bottom .qr_menu_item a,
        .m_ft_bottom .phone_menu_item a,
        .m_ft_bottom .consult_menu_item a {
            line-height: 46px;
            padding-left: 45px;
            background-repeat: no-repeat;
            background-position: 0 50%;
            log: true;
            log2: official;
            -webkit-background-size: auto 60%;
            -moz-background-size: auto 60%;
            background-size: auto 60%;
            color: #3c64ff;
            font-size: 18px;
            display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
            display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
            display: block;
        }

a.m_bt_consult {
    width: 100%;
    font-size: 18px;
    line-height: 2.4;
    color: #fff;
    background: linear-gradient(to right, #2f63fe, #8175ff);
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    text-align: center;
    box-shadow: 0 -2px 16px rgba(76,76,76,0.4);
}
/*tipPop*/
.tip-pop {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 486px;
    height: 275px;
    z-index: 999;
    padding: 35px;
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    color: #fff;
    font-size: 16px;
    background: #006ad8;
    margin-left: -243px;
    margin-top: -138px;
    log: true;
    log2: official;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    log: true;
    log2: official;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

    .tip-pop .tip-close {
        position: absolute;
        right: 0;
        top: 0;
        width: 45px;
        height: 45px;
        background: url("/wp-content/uploads/2019/07/tip_close.png") no-repeat center;
        cursor: pointer;
    }

    .tip-pop .tip-box:after {
        display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
        display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
        display: block;
        content: '';
        clear: both;
    }

    .tip-pop .tip-avatar {
        width: 30%;
        float: left;
    }

    .tip-pop .tip-right {
        width: 70%;
        float: left;
        padding-left: 20px;
        log: true;
        log2: official;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .tip-pop .tip-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .tip-pop .tip-desc {
        line-height: 1.4;
        margin-bottom: 40px;
        font-size: 16px;
    }

        .tip-pop .tip-desc span {
            font-size: 20px;
        }

    .tip-pop .tip-btn {
        display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
        display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
        display: inline-block;
        width: 120px;
        log: true;
        log2: official;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: #fff;
        color: #215ca0;
        log: true;
        log2: official;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        line-height: 2.5;
        text-align: center;
    }

        .tip-pop .tip-btn:hover {
            background: #215ca0;
            color: #fff;
        }

    .tip-pop .tip-thanks {
        font-size: 14px;
        float: right;
        margin-top: 10px;
        color: #fff;
    }

.tip-show {
    log: true;
    log2: official;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    log: true;
    log2: official;
    -webkit-animation: fadeInDown 1s;
    -khtml-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
    -o-animation: fadeInDown 1s;
    -ms-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
}

.tip-hide {
    log: true;
    log2: official;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    log: true;
    log2: official;
    -webkit-animation: fadeOutUp 1s;
    -khtml-animation: fadeOutUp 1s;
    -moz-animation: fadeOutUp 1s;
    -o-animation: fadeOutUp 1s;
    -ms-animation: fadeOutUp 1s;
    animation: fadeOutUp 1s;
}

.m_qr_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    log: true;
    log2: official;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 101;
    log: true;
    log2: official;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
    display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
    display: -ms-flexbox /* TWEENER - IE 10 */;
    display: -webkit-flex /* NEW - Chrome */;
    display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
    display: flex;
    align-items: center;
    log: true;
    log2: official;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
}

.m_qr_box {
    width: 50%;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #3c64ff;
    padding: 10px 10px 20px;
    line-height: 1;
}

.m_qr_show {
    log: true;
    log2: official;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
}

.mk-to-top {
    position: fixed;
    right: 0;
    bottom: 50%;
    width: 90px;
    margin-bottom: -310px;
    z-index: 99;
    display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
    display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
    display: none;
}

@-webkit-keyframes fadeOutUp {
    from {
        log: true;
        log2: official;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: none;
        filter: none;
        visibility: visible;
    }

    to {
        log: true;
        log2: official;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        log: true;
        log2: official;
        -webkit-transform: translate3d(0, -100%, 0);
        -khtml-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@media (max-width: 767px) {
    .page-right-fixed {
        display: none;
    }

    #mk-footer {
        padding: 0;
    }

    .footer-col-1 {
        display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
        display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
        display: none;
    }

    .footer-col {
        width: 100%;
        font-size: 14px;
    }

    .footer-copyright,
    .tip-pop {
        display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
        display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
        display: none;
    }

    .menu-footer-menu-container {
        background: #fff;
    }

        .menu-footer-menu-container .menu-item-has-children {
            display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
            display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
            display: block;
            margin-right: 0;
        }

            .menu-footer-menu-container .menu-item-has-children a {
                display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
                display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
                display: block;
                margin: 0;
            }

            .menu-footer-menu-container .menu-item-has-children > a {
                color: #333;
                padding: 15px 35px;
                border-bottom: 1px solid #eee;
                position: relative;
            }

                .menu-footer-menu-container .menu-item-has-children > a:after {
                    content: '';
                    display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
                    display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
                    display: block;
                    position: absolute;
                    right: 10px;
                    top: 0;
                    height: 100%;
                    width: 56px;
                    background: url("/wp-content/uploads/2019/07/menu_fold.png") no-repeat center/auto 32%;
                }

            .menu-footer-menu-container .menu-item-has-children ul {
                background: #e5e5e5;
                display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
                display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
                display: none;
            }

                .menu-footer-menu-container .menu-item-has-children ul a {
                    font-size: 16px;
                    color: #666;
                    padding: 15px 35px 15px 55px;
                    border-bottom: 1px solid #fff;
                }

                    .menu-footer-menu-container .menu-item-has-children ul a:hover {
                        color: #3c64ff;
                    }

        .menu-footer-menu-container .footer-menu-opened > a {
            color: #3c64ff;
        }

            .menu-footer-menu-container .footer-menu-opened > a:after {
                background-image: url("/wp-content/uploads/2019/07/menu_fold_0.png");
            }

    .footer-col-2 {
        float: none;
        max-width: 100%;
    }

    .footer_row.vc_row > .vc_wrapper {
        padding: 0;
    }

    .mk-to-top {
        bottom: 10%;
        width: 60px;
        margin-bottom: 0;
    }
}

@-moz-keyframes fadeInDown {
    from {
        log: true;
        log2: official;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        log: true;
        log2: official;
        -webkit-transform: translate3d(0, -100%, 0);
        -khtml-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        log: true;
        log2: official;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: none;
        filter: none;
        visibility: visible;
        log: true;
        log2: official;
        -webkit-transform: translate3d(0, 0, 0);
        -khtml-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInDown {
    from {
        log: true;
        log2: official;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        log: true;
        log2: official;
        -webkit-transform: translate3d(0, -100%, 0);
        -khtml-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        log: true;
        log2: official;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: none;
        filter: none;
        visibility: visible;
        log: true;
        log2: official;
        -webkit-transform: translate3d(0, 0, 0);
        -khtml-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes fadeInDown {
    from {
        log: true;
        log2: official;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        log: true;
        log2: official;
        -webkit-transform: translate3d(0, -100%, 0);
        -khtml-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        log: true;
        log2: official;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: none;
        filter: none;
        visibility: visible;
        log: true;
        log2: official;
        -webkit-transform: translate3d(0, 0, 0);
        -khtml-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        log: true;
        log2: official;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        log: true;
        log2: official;
        -webkit-transform: translate3d(0, -100%, 0);
        -khtml-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        log: true;
        log2: official;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: none;
        filter: none;
        visibility: visible;
        log: true;
        log2: official;
        -webkit-transform: translate3d(0, 0, 0);
        -khtml-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hand {
    cursor: pointer;
}

.color-main {
    color: #0086EE !important;
}

.ant-popover-arrow {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background: transparent;
    border-style: solid;
    border-width: 4px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 60px;
    right: -4px;
    border-top-color: #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff;
    -webkit-box-shadow: -2px -2px 5px rgba(0,0,0,.06);
    box-shadow: -2px -2px 5px rgba(0,0,0,.06);
}

.page-right-fixed {
    position: fixed;
    right: 20px;
    bottom: 30%;
    z-index: 999;
}

    .page-right-fixed:hover .page-right-list {
        display: block;
    }

    .page-right-fixed * {
        box-sizing: border-box;
    }

    .page-right-fixed .fixed-box {
        width: 40px;
        /* height: 120px; */
        background: #fff;
        color: #2190ED;
        box-shadow: 0px 1px 8px 0px rgba(57,75,115,0.15);
        padding: 10px;
        text-align: center;
        box-sizing: border-box;
    }

        .page-right-fixed .fixed-box img {
            width: 22px;
        }

        .page-right-fixed .fixed-box span {
            display: inline-block;
            width: 22px;
            font-size: 14px;
        }

.page-right-fixed-line {
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    background: transparent;
}

.page-right-list {
    width: 278px;
    box-shadow: 0px 1px 8px 0px rgba(57,75,115,0.15);
    padding: 4px;
    background: #fff;
    box-sizing: border-box;
    position: absolute;
    left: -298px;
    top: 0;
    display: none;
}

    .page-right-list .page-right-list-item {
        padding: 6px;
        margin-bottom: 10px;
    }

        .page-right-list .page-right-list-item:hover {
            background: #f1f3fa;
        }

        .page-right-list .page-right-list-item:last-child {
            margin-bottom: 0;
        }

    .page-right-list .item-title-box {
        font-size: 0;
    }

    .page-right-list .item-title-icon {
        width: 14px;
        height: 14px;
        vertical-align: middle;
    }

    .page-right-list .item-title-text {
        font-size: 14px;
        margin-left: 6px;
        vertical-align: middle;
        color: #000;
    }

    .page-right-list .item-desc {
        font-size: 10px;
        color: #666666;
        line-height: 14px;
        margin-left: 20px;
    }

.page-right-fixed a {
    text-decoration: none;
}

.third-page {
    height: 63.05555556vw;
    background: #f2f5f6;
}

     .third-page .common .title {
        padding-top: 5.55555556vw;
    }

    .third-page .common .describe {
        text-align: center;
    }

    .third-page .common .card-b {
        background-color: #FFFFFF;
    }

.third-page-col1 {
    /*width: 65.97222222vw;*/
    width: 90%;
    height: 16.31944444vw;
    margin: 0 auto;
    margin-top: 5.55555556vw;
    display: flex;
    padding-left: 5px;
}

.interval-col-50 {
    /*width: 3.47222222vw;*/
    width: 5.472222vw;
}

.third-page-col2 {
    /*width: 65.97222222vw;*/
    width: 90%;
    height: 16.31944444vw;
    margin: 0 auto;
    margin-top: 6.47222222vw;
    display: flex;
    padding-left: 5px;
}

.common img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.common .card-b {
    width: 17.88888889vw;
    height: 19.31944444vw;
    border-bottom: 0.27777778vw solid #418df6;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

    .common .card-b .interval-50 {
        height: 3.47222222vw;
    }

    .common .card-b .card-b-img {
        height: 5.16666667vw;
        width: 6.16666667vw;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transition: all 0.1s;
        transition: all 0.1s;
    }

.common .card-b-text {
    height: 1.25vw;
    /*font-size: 1.25vw;*/
    font-family: Microsoft Yahei;
    font-weight: 300;
    /*color: #000000;*/
    line-height: 1.25vw;
    margin-top: 3.95833333vw;
    text-align: center;
    font-size: 2.0em;
    line-height: 38px;
}

@media screen and (min-width: 0 \0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0 \0) and (min-resolution: 72dpi) {
    .common .card-b-text {
        /*IE9+ CSS*/
        font-family: Microsoft Yahei;
    }
}
.common .title {
    height: 2.5vw;
    /*font-size: 28px;*/
    font-size: 2.5vw;
    font-family: 微软雅黑;
    color: #000000;
    font-weight: 500;
    line-height: 2.5vw;
    padding-top: 5.55555556vw;
    text-align: center;
}

@media screen and (min-width: 0 \0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0 \0) and (min-resolution: 72dpi) {
    .common .title {
        /*IE9+ CSS*/
        font-family: Microsoft Yahei;
    }
}

.up-18 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .up-18:hover {
        -webkit-transform: translateY(-1.25vw);
        transform: translateY(-1.25vw);
    }

.bg-yellow {
    color: #000000;
}
    .bg-yellow:hover {
        /*background-color: #418df6 !important;
    color: #fff !important;*/
        box-shadow: 1px 1px 10px #ccc;
    }

    .bg-yellow:hover .common .card-b-text {
    }

.fifth-page-col {
    width: 82.91666667vw;
    height: 19.44444444vw;
    margin: 0 auto;
    margin-top: 5.55555556vw;
    display: flex;
}

.common .card-d {
    width: 25.27777778vw;
    height: 19.44444444vw;
    background: #fff;
    cursor: pointer;
}

.shadow {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.common .card-d-img {
    width: 25.27777778vw;
    height: 13.19444444vw;
}

 .fifth-page img {
    object-fit: cover;
}

.common .card-d-text {
    height: 1.11111111vw;
    font-size: 1.11111111vw;
    font-family: 微软雅黑;
    font-weight: bold;
    color: #000;
    line-height: 1.11111111vw;
    margin-top: 1.38888889vw;
    margin-left: 1.18055556vw;
}

.common .card-d-time {
    height: .97222222vw;
    font-size: .97222222vw;
    font-family: 微软雅黑;
    font-weight: 300;
    color: #7a7a7a;
    line-height: .97222222vw;
    margin-top: 1.73611111vw;
    margin-left: 1.18055556vw;
}

.fifth-page-all {
    width: 13.88888889vw;
    height: 1.25vw;
    font-size: 18px;
    font-family: 微软雅黑;
    font-weight: 300;
    color: #2386ee;
    line-height: 1.31944444vw;
    text-align: center;
    margin: 5.55555556vw auto 0;
    margin-bottom: 80px;
}

.i_news {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    background: #fff;
}

    .i_news ul {
        /*width: 1016px;*/
        width: 90%;
        padding-top: 95px;
        margin: 0 auto;
    }

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.i_news ul li {
    /*width: 440px;*/
    width: 42%;
    float: right;
    margin-bottom: 18px;
    padding: 0 0px;
    position: relative;
}
    .i_news ul li .border_top, .i_news ul li .border_bottom {
        height: 1px;
        width: 0;
    }

    .i_news ul li .border_top, .i_news ul li .border_left {
        left: 0;
        top: 0;
        position: absolute;
        background: #207be6;
    }

    .i_news ul li .border_right, .i_news ul li .border_left {
        height: 0px;
        width: 1px;
    }

    .i_news ul li .border_right, .i_news ul li .border_bottom {
        bottom: 0;
        right: 0;
        position: absolute;
        background: #207be6;
    }

    .i_news ul li .border_top, .i_news ul li .border_right, .i_news ul li .border_bottom, .i_news ul li .border_left {
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
    }

    .i_news ul li .border_top, .i_news ul li .border_bottom {
        height: 1px;
        width: 0;
    }

    .i_news ul li .border_right, .i_news ul li .border_bottom {
        bottom: 0;
        right: 0;
        position: absolute;
        background: #207be6;
    }

    .i_news ul li .border_right, .i_news ul li .border_left {
        height: 0px;
        width: 1px;
    }

    .i_news ul li .border_top, .i_news ul li .border_left {
        left: 0;
        top: 0;
        position: absolute;
        background: #207be6;
    }
    .i_news ul li a {
        display: block;
        border: 1px #fff solid;
    }
    .i_news ul li .new_park {
        padding: 18px 0 0 0px;
    }
.slide-market-10 {
    -webkit-animation: slide-market20 1.5s cubic-bezier(.4,0,.2,1) 0s 1;
    animation: slide-market20 1.5s cubic-bezier(.4,0,.2,1) 0s 1;
}
.i_news ul li p {
    text-align: left;
    /*font-size: 12px;*/
    line-height: 24px;
    color: #888;
    padding: 16px 12px 0 0px;
    height: 112px;
    font-size: 1em;
    font-family: 微软雅黑;
    font-weight: 300;
}
.slide-market-10 {
    -webkit-animation: slide-market20 1.5s cubic-bezier(.4,0,.2,1) 0s 1;
    animation: slide-market20 1.5s cubic-bezier(.4,0,.2,1) 0s 1;
}

.i_news ul li:hover .border_top, .i_news ul li:hover .border_bottom {
    width: 100%;
}
.i_news ul li:hover .border_left, .i_news ul li:hover .border_right {
    height: 100%;
}

.i_news ul li .new_park {
    padding: 18px 0 0 0px;
}

    .i_news ul li .new_park span {
        /* font-size: 15px;
        width: 54px;*/
        font-size: 0.9vw;
        width: 58px;
        height: 60px;
        padding-top: 8px;
        text-align: center;
        display: block;
        float: left;
        color: #333;
        background: #f0f2f5;
        border: 1px #e2e3e8 solid;
    }

        .i_news ul li .new_park span font {
            font-size: 12px;
        }

    .i_news ul li .new_park h4 {
        color: #333;
        /*font-size: 14px;*/
        font-weight: normal;
        line-height: 22px;
        /*width: 330px;*/
        width: calc(100% - 70px);
        float: right;
        padding: 5px 0 9px 0;
        border-bottom: 1px #e2e3e8 solid;
        height: 60px;
        font-size: 1.4em;
        font-family: 微软雅黑;
        font-weight: bold;
    }
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.i_news .ck {
    width: 128px;
    margin: 25px auto 0;
}

    .i_news .ck a {
        width: 128px;
        height: 38px;
        border: 1px #207be6 solid;
        display: block;
        text-align: center;
        line-height: 38px;
        font-size: 14px;
        color: #207be6;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        -webkit-border-radius: 3px;
    }
        .i_news .ck a:hover {
            color: #fff;
            background: #207be6;
            border-color: #207be6 !important;
        }

li.sort_three p {
    margin-left: 60px !important;
}



@media screen and (max-width: 1300px){
    .main{
        width:90%;
    }

    .main_content{
        width:90%;
    }

    .client .row .row figure img, .client .row figure img {
        max-height: 70px;
    }

    
}

@media screen and (max-width: 1400px) {

    .vc_row > .vc_wrapper {
        /*max-width: 1000px;*/
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .col-lg-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
